home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part2 / 12345 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: dispatch.news.demon.net!demon!nibelung.demon.co.uk
  2. From: barry_s@nibelung.demon.co.uk (Barry Shilliday)
  3. Newsgroups: comp.sys.amiga.misc,demon.ip.support.amiga
  4. Subject: How to optimise OS 2.04+ / speedups
  5. Date: Sun, 14 Apr 1996 00:29:06 GMT
  6. Message-ID: <1540.6678T87T2503@nibelung.demon.co.uk>
  7. NNTP-Posting-Host: nibelung.demon.co.uk
  8. X-NNTP-Posting-Host: nibelung.demon.co.uk
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  10.  
  11. The following assumes you are using an MC68020 or better.
  12.  
  13. Put the following commands in your startup-sequence, after SetPatch.  All of the
  14. programs can be found on aminet.
  15.  
  16.  
  17. Program Name    Description                Suggested Command Line
  18. ------------    -----------                ----------------------
  19.  
  20. CpuBlit        CPU does operations faster than        CpuBlit >NIL: -b
  21.         blitter.
  22.  
  23. FBL        Replaces some blitter functions        FBL >NIL:
  24.         with optimised code.
  25.  
  26. FastExec    Puts ExecBase into Fast RAM.        FastExec >NIL:
  27.  
  28. VBrMove        Puts Vector base into fast RAM.        VBrMove >NIL:
  29.  
  30. CopyMemQuicker    Optimised RAM copying routines, up    CopyMemQuicker >NIL:
  31.         to 80% faster on some operations.
  32.  
  33. HardIPatch    Improved interrupts            HardIPatch >NIL:
  34.  
  35. PatchWPA8    Faster 8bit screens (AGA)        PatchWPA8 >NIL:
  36.  
  37. SmartWB        Forces WB to open smart_refresh wins.    SmartWB QUIET
  38.  
  39.  
  40. CpuBlit will hugely increase the speed of the display - AIBB shows my '030
  41. outperforming an A4000/040 in text output.  The others will provide small
  42. increases in speed in most circumstances, the extent of which will depend on
  43. what is running.  SmartWB will cause more memory consumption for faster update.
  44.  
  45. Also, a very useful program is on aminet to patch all executables to use 32-bit
  46. 68020+ maths functions.  The standard 68000 code that is produced has to use
  47. very slow 16 bit functions.  Most of Workbench programs/libraries can be
  48. patched, along with lots of others.  The speed increase gained obviously depends
  49. on the number of these functions that are used, but most programs will gain 20%
  50. or so speed increases.
  51.  
  52. --
  53. Barry
  54.  
  55.